Managing Data Sources

A Data Source Configuration defines how certain features access data, both stored and dynamic.  This data can come from data tables, dynamic grids, or other such sources.

Note: These instructions are for the Data Source Configurations management section within the Workflow Containers. For details on the legacy version of the feature, please refer to the documentation for version 2.5.112 or earlier.

  1. Open the appropriate Workflow Container. For instructions on finding and opening a container, see the section on Managing Workflow Containers.
  2. In the Workflow Container Menu widget, open the Lookups group and select Data Sources. The Data Source Configurations page opens with a list of all available data sources within the current container and any shared containers.
  3. Some columns have been hidden.

    If there are a large number of available data sources, see the Using Grids section for help on finding the appropriate data sources.

  4. Select an action.
    • Click a link in the Name column to view an existing data source.
    • Click Add to add a new data source.
  5. On viewing or creating a panel, the Data Source Configuration Management page opens.
  6. The panels and fields are described below.  Fields marked with a red asterisk * are required.

    Name

    Enter the name of the data source.

    Code

    This is an internal reference code.  A code can be entered manually, or leave the field blank to have the system generate a code on saving.  Once the data source configuration has been saved, this field is locked.

    Description

    A description can be provided for the data source.  This information is only displayed here and in the Data Source Configurations list.

    Data Source Type

    Select the source of the data.  Once the data source configuration has been saved, this setting is locked.

    • Data Table

    Data is retrieved from a data table configured for the current workflow container.

    • Grid

    Data is retrieved from a dynamic grid in the workflow.

    • Web Service

    Data is collected through an integration with an internal or external service.

    Data Source

    This field becomes available when an option is selected for the Data Source Type.  Select the source of the data.  Once the data source configuration has been saved, this setting is locked.

    When selecting a grid, the grid must be in the same workflow as the associated combo box control.

    For a list of available web services, see Web Service List for Data Sources.
    Output Results to a Grid When checked, the system maps the lookup search results to the grid fields specified in the Output To Fields panel described below. Once the data source configuration has been saved, this setting is locked.

    Notes:  

    When Output Results to a Grid is checked, the options to assign the Primary Display Column, Key Column Rule, and Display Columns are not available.

    Data sources configured to Output Results to a Grid are not available for selection as a Data Source for a Combo Box field.

    To display the data source lookup search results within the workflow, a field must be configured with the LookupDataSourceToGrid() function. For additional information, see the Full Function Reference List section.

    Primary Display Column

    This field becomes available once the data source has been saved. Select the column or field with the output values that will be provided once a match is found.  For data tables, the Sorting Column is not available.

    Key Column Rule

    This field becomes available once the data source has been saved, and is only available for Data Table and Web Service sources.  The key column is the value that is stored in the database when a record is selected and the screen is saved.  When referencing the lookup field in triggers or calculated fields, this is the value that will be provided.

     

    Note: For Grid sources, a key column cannot be selected.  Instead, the value stored for the lookup field is a long alphanumeric code assigned by the system.  Due to the random nature of the code, this could not be used.

     

    The values in this column must be unique, as they specifically identify individual records.

    • Key Column is Primary Display Column

    The same column selected as the Primary Display Column will be used as the key column.

    • Specify Alternate Key Column

    A different column can be selected as the key column.  The Key Column field becomes available.

    Key Column

    This field is available when Specify Alternate Key Column is selected as the Key Column Rule.  Select a column from the data source as the key column.

    Note: When using multiple Data Table Instances with Culture settings, the Key Column must contain unique values and must be identical across all related instances.

    The Status panel becomes available once the current data source configuration has been saved.

    Created By

    Identifies the date and time the data source was created, and the user who created it.

    Last Modified By

    Identifies the last date and time the data source was changed, and the user who made the changes.

  7. Select an action.
    • Click Save to save the data source but remain on the page.
    • Click Save & Close to save the data source and return to the data sources list.
    • Click Close to return to the data sources list without saving the data source.

The remaining settings depend on the selected Source Type.  See Configuration for Data Tables and Web Services or Configuration for Grids below.

Configuration for Data Tables and Web Services

  1. Configuration continues with the panels that are added on saving. The next step is to set up filters, if necessary.

    Filters can be applied to each data source, restricting the data available for the lookups.  When using a Web Service, the filters are passed to the service as part of the request.  The Filters panel lists all current filter rules.

    Notes:  

    The system will use filters differently when the Data Source field is set to Address Lookup.

    When the Data Source Configuration is activated by a combo box, the filters will be ignored.  The system will use search-text entered into the combo box by the user in the submission workflow.  If the combo box uses Automatic search mode, the Minimum Filter Length must be 4 or greater.  When the configuration is activated by a function in a calculated field, the filters will be used.

    If the Output Results to a Grid option in the Attributes panel is checked, a Grid must be selected in the Output to Fields panel before Filters can be selected.

    1. Select an action.
      • Click a link in the Column column to view an existing filter configuration.
      • Click Add to add a new filter configuration.
      • Check the boxes for one or more filter configurations and click Delete to remove the selected filters from the data source.
    2. On creating a filter configuration, the Add Filter window opens. On viewing a filter configuration, the Filter window opens. The available fields are the same in both windows.
    3. The panels and fields are described below.  Fields marked with a red asterisk * are required.

      Column

      Select the column to be filtered.  For data tables, only columns defined as Key Columns in the Data Table Management page are available.  For web services, only columns defined as Filters in the Web Service List for Data Sources are available.

      Filter By

      Select if the filter value should be taken from a Field within the workflow, or if it should be a Constant Value.

      Field

      This field is enabled when Field is selected as the Filter By option.  Select a field from the workflow that will provide the filter value.

      All filters applied to the same column, including fields that can have multiple options selected, will be handled as "Or" conditions.  This means that if data matches any one of the conditions, it will pass the filters.

      If more than one column in the table has filters, then the columns will be handled as "And" conditions.  This means that each filtered column must pass at least one of its filters, or the row will not be included.

       

      Notes:  

      The field must be on the same screen as the associated combo box.  However, a calculated field on the same screen can be used to reference a field on another screen.

      Date Picker, Rich Text, and Textbox (Email) fields are not available.

      Constant Value

      This field is enabled when Constant Value is selected as the Filter By option.  Enter the value to be used in filtering the column.

      Notes:  

      Whether a filter is based on a constant value or a field, the data must match the condition exactly in order to pass the filter.

      Any numerical fields should be formatted as text.  Any extra characters, such as thousands separators or currency symbols, might not match the regional formatting of the user's browser, preventing a match.

      If a field used as a filter is changed, the combo box will be cleared.  If multiple combo boxes are chained together, each serving as a filter for the next, changing one field will clear all dependent fields.

      The Output to Fields option can overwrite a field used as a filter.  In such a configuration, the combo box control should be set to Manual Search Mode instead of Automatic.  This will prevent unnecessary repetition in the lookups.

    4. Select an action.
      • When viewing an existing filter, use the previous row and next row buttons, â–² / â–¼, to step through the filters.
      • Click Save & New to save the filter and clear the form to add additional filters.
      • Click Save & Close to save the filter and close the window.
      • When viewing an existing filter, click Delete to remove the filter from the data source.
      • Click Close to close the window without saving the filter.
  2. Next is to set up the display columns.
  3. The Display Columns are the columns shown in the dropdown when the user clicks on the lookup field.  At least one Key Column should be included to provide unique entries, but additional columns can be included to provide information.

    1. Select an action.
      • Click a link in the Column column to view an existing display column.
      • Click Add to add a new display column.
      • Check the boxes for one or more display columns and click Delete to remove the selected columns from the data source.
    2. On creating a display column, the Add Display Column window opens. On viewing a display column, the Display Column window opens. The available fields are almost the same in both windows.
    3. The panels and fields are described below.  Fields marked with a red asterisk * are required.

      Column

      Select the column to add.

      Code

      This field is visible when the display column has been saved.  The code is generated by the system and cannot be modified. 

      Label

      The name of the selected column is entered as the label, but can be modified.

      Sequence

      Enter a sequence number to control the order of the columns.

      Searchable

      Allows the user to search the column to find the necessary entry.

      Tip: Once the display column has been saved, the Label becomes available in the Custom Labels section. This allows translated versions of the text to be uploaded for when the browser is set to different languages. The text entered here will be set as the default English text.

      When you delete a display column, its corresponding entry in the Custom Labels section will be deleted.

      For details on customizing languages, see the Custom Labels section.

    4. Select an action.
      • When viewing an existing display column, use the previous row and next row buttons, â–² / â–¼, to step through the columns.
      • Click Save & New to save the display column and clear the form to add additional columns.
      • Click Save & Close to save the display column and close the window.
      • When viewing an existing display column, click Delete to remove the column from the data source.
      • Click Close to close the window without saving the display column.
  4. Finally, output fields can be configured.
  5. The Output To Fields panel lists the mapping configurations for the output.  Once a search result has been selected, the values of one or more columns can be output to specific fields.

    Grid

    This field is displayed if the Output Results to a Grid option is checked, and contains a complete list of grids configured within the workflow. Select the output grid, which will be used to filter the list of columns and fields available in the Add Output to Field window.

     

    Once a grid has been selected, this setting is locked. Click the Select New Grid button to select a new output grid.

    1. Select an action.
      • Click a link in the Column column to view an existing output.
      • Click Add to add a new output.
      • Check the boxes for one or more outputs and click Delete to remove the selected outputs from the data source.
      • Click Select New Grid to select a new output grid. Note that existing output field configurations will be deleted as part of this action.
    2. On creating an output, the Add Output to Field window opens. On viewing an output, the Output to Field window opens. The available fields are the same in both windows.
    3. The panels and fields are described below.  Fields marked with a red asterisk * are required.

      Column

      Select the column containing the output value.

      Output Field

      Select a field from the workflow to receive the value.

      Notes:  

      HTML content cannot be output to any fields.

      The following field types are not supported:  Checkbox Group, Date Picker, Include Exclude List, Multi Select, and Rich Text.

      The following control types are supported and can be hidden or read-only:  Combo Box, Label, Text Area, Textbox, Textbox (Decimal), Textbox (Email), and Textbox (Integer).

      The following control types are supported, but will not be updated if they are hidden or read-only:  Checkbox, Drop Down, and Radio Buttons.

      When using Checkbox, Drop Down, or Radio Buttons as the output, the data table must have the Codes for the individual option list items, and not the Labels.

      The output can be sent to another Combo Box.  If the target combo box is set to Manual Search Mode, the text will be entered and the user can then trigger the search.  If the target is set to Automatic Search Mode, the search will initiate immediately and a single matching result will be selected.  If an automatic search yields more than one result, no selection will be made.

      A Combo Box must not output to itself.  It can output to a field that it uses as a source or filter, but it should be set to Manual Search Mode to prevent unnecessary repetition in the lookups.

    4. Select an action.
      • When viewing an existing output, use the previous row and next row buttons, â–² / â–¼, to step through the outputs.
      • Click Save & New to save the output and clear the form to add additional outputs.
      • Click Save & Close to save the output and close the window.
      • When viewing an existing output, click Delete to remove the output from the data source.
      • Click Close to close the window without saving the output.
  6. On the Data Source Configuration Management page, select an action.
    • Click Save to save the data source but remain on the page.
    • Click Save & Close to save the data source and return to the data sources list.
    • Click Close to return to the data sources list without saving the data source.

Configuration for Grids

  1. Configuration continues with the panels that are added on saving. The next step is to set up filters, if necessary.
  2. Filters can be applied to each data source, restricting the data available for the lookups.  The Filters panel lists all current filter rules.

    1. Select an action.
      • Click a link in the Grid Field column to view an existing filter configuration.
      • Click Add to add a new filter configuration.
      • Check the boxes for one or more filter configurations and click Delete to remove the selected filters from the data source.
    2. On creating a filter configuration, the Add Filter window opens. On viewing a filter configuration, the Filter window opens. The available fields are the same in both windows.
    3. The panels and fields are described below.  Fields marked with a red asterisk * are required.

      Grid Field

      Select the column to be filtered.

      Filter By

      Select if the filter value should be taken from a Field within the workflow, or if it should be a Constant Value.

      Field

      This field is enabled when Field is selected as the Filter By option.  Select a field from the workflow that will provide the filter value.

      All filters applied to the same field, including fields that can have multiple options selected, will be handled as "Or" conditions.  This means that if data matches any one of the conditions, it will pass the filters.

      If more than one field in the table has filters, then the fields will be handled as "And" conditions.  This means that each filtered field must pass at least one of its filters, or the row will not be included.

       

      Notes:  

      The field must be on the same screen as the associated combo box.  However, a calculated field on the same screen can be used to reference a field on another screen.

      Date Picker, Rich Text, and Textbox (Email) fields are not available.

      Constant Value

      This field is enabled when Constant Value is selected as the Filter By option.  Enter the value to be used in filtering the field.

      Notes:  

      Whether a filter is based on a constant value or a field, the data must match the condition exactly in order to pass the filter.

      Any numerical fields should be formatted as text.  Any extra characters, such as thousands separators or currency symbols, might not match the regional formatting of the user's browser, preventing a match.

      If a field used as a filter is changed, the combo box will be cleared.  If multiple combo boxes are chained together, each serving as a filter for the next, changing one field will clear all dependent fields.

      The Output to Fields option can overwrite a field used as a filter.  In such a configuration, the combo box control should be set to Manual Search Mode instead of Automatic.  This will prevent unnecessary repetition in the lookups.

    4. Select an action.
      • When viewing an existing filter, use the previous row and next row buttons, â–² / â–¼, to step through the filters.
      • Click Save & New to save the filter and clear the form to add additional filters.
      • Click Save & Close to save the filter and close the window.
      • When viewing an existing filter, click Delete to remove the filter from the data source.
      • Click Close to close the window without saving the filter.
  3. Next is to set up the display columns.
  4. The Display Columns are the columns shown in the dropdown when the user clicks on the lookup field.

    1. Select an action.
      • Click a link in the Grid Field column to view an existing display column.
      • Click Add to add a new display column.
      • Check the boxes for one or more display columns and click Delete to remove the selected columns from the data source.
    2. On creating a display column, the Add Display Column window opens. On viewing a display column, the Display Column window opens. The available fields are almost the same in both windows.
    3. The panels and fields are described below.  Fields marked with a red asterisk * are required.

      Grid Field

      Select the column to add.

      Code

      This field is visible when the display column has been saved.  The code is generated by the system and cannot be modified. 

      Label

      The name of the selected field is entered as the label, but can be modified.

      Sequence

      Enter a sequence number to control the order of the columns.

      Searchable

      Allows the user to search the column to find the necessary entry.

      Tip: Once the display column has been saved, the Label becomes available in the Custom Labels section.  This allows translated versions of the text to be uploaded for when the browser is set to different languages.  The text entered here will be set as the default English text.

      When you delete a display column, its corresponding entry in the Custom Labels section will be deleted.

      For details on customizing languages, see the Custom Labels section.

    4. Select an action.
      • When viewing an existing display column, use the previous row and next row buttons, â–² / â–¼, to step through the columns.
      • Click Save & New to save the display column and clear the form to add additional columns.
      • Click Save & Close to save the display column and close the window.
      • When viewing an existing display column, click Delete to remove the column from the data source.
      • Click Close to close the window without saving the display column.
  5. Finally, output fields can be configured.
  6. The Output To Fields panel lists the mapping configurations for the output.  Once a search result has been selected, the values of one or more columns can be output to specific fields.

    1. Select an action.
      • Click a link in the Grid Field column to view an existing output.
      • Click Add to add a new output.
      • Check the boxes for one or more outputs and click Delete to remove the selected outputs from the data source.
    2. On creating an output, the Add Output to Field window opens. On viewing an output, the Output to Field window opens. The available fields are the same in both windows.
    3. The panels and fields are described below.  Fields marked with a red asterisk * are required.

      Grid Field

      Select the column containing the output value.

      Output Field

      Select a field from the workflow to receive the value.

      Notes:  

      HTML content cannot be output to any fields.

      The following field types are not supported:  Checkbox Group, Date Picker, Include Exclude List, Multi Select, and Rich Text.

      The following control types are supported and can be hidden or read-only:  Combo Box, Label, Text Area, Textbox, Textbox (Decimal), Textbox (Email), and Textbox (Integer).

      The following control types are supported, but will not be updated if they are hidden or read-only:  Checkbox, Drop Down, and Radio Buttons.

      When using Checkbox, Drop Down, or Radio Buttons as the output, the data table must have the Codes for the individual option list items, and not the Labels.

      The output can be sent to another Combo Box.  If the target combo box is set to Manual Search Mode, the text will be entered and the user can then trigger the search.  If the target is set to Automatic Search Mode, the search will initiate immediately and a single matching result will be selected.  If an automatic search yields more than one result, no selection will be made.

      A Combo Box must not output to itself.  It can output to a field that it uses as a source or filter, but it should be set to Manual Search Mode to prevent unnecessary repetition in the lookups.

    4. Select an action.
      • When viewing an existing output, use the previous row and next row buttons, â–² / â–¼, to step through the outputs.
      • Click Save & New to save the output and clear the form to add additional outputs.
      • Click Save & Close to save the output and close the window.
      • When viewing an existing output, click Delete to remove the output from the data source.
      • Click Close to close the window without saving the output.
  7. On the Data Source Configuration Management page, select an action.
    • Click Save to save the data source but remain on the page.
    • Click Save & Close to save the data source and return to the data sources list.
    • Click Close to return to the data sources list without saving the data source.

Web Service List for Data Sources

This is a list of the web services that come built-in to the system. Any other web services appearing in the Data Source field are specific to your version of the Bridge Specialty Suite, and are not covered in this document.

Note: Unless otherwise stated in the description, the Web Services described here are only supported for use in the policy module.

Address Lookup (Bing)

The Address Lookup web service is used to verify that an address is valid, and provide additional information about that address. This feature can use either the Bing or Google address lookup service, each of which will return different results. See the Address Lookup (Google) section for the Google version. The service used is determined by an internal configuration. Please contact your Insurity representative to request a change from one service to another.

    Notes:  

  • When used with a combo box, the user can enter the search-text directly into the combo box while working on a submission.  A full or partial search can be used.  Any filters in the Filters panel will be ignored.  These combo boxes can use both Automatic and Manual search mode.  If Automatic is used, the Minimum Filter Length must be 4 or greater.
  • If no results are found, the provided address can be saved. Note that if no selection is made, any output fields will not be populated.
  • When used in a calculated field with a function such as LookupDataSource, the filters will be used as configured in the Filters panel.

The Web Service option list code for this service is AddressMatcherLookupWS.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name Availability Description

Address Line

Key/Display/Output

The official street line of an address relative to the area, as specified by the locality, post code, postal code or zip code. This element typically contains the address number and the street name.

Calculation Method

Key/Display/Output

The method that was used to compute the geocode point.

Confidence

Key/Display/Output

The level of confidence that the geocoded location result is a match. It is based on many factors such as the relative importance of the geocoded location and the user’s location.

Country Code

Key/Display/Output

The country code.

Country Name

Key/Display/Output

The country or region name.

Formatted Address

Key/Display/Output

The complete address. It may not include the country or region.

Key

Key/Display/Output

A unique identifier key generated for each result.

Latitude

Key/Display/Output

The latitude coordinate of the geocode.

Locality (City)

Key/Display/Output

The location within which the address is found.  This typically refers to a city, but may refer to a suburb or a neighborhood in certain countries.

Longitude

Key/Display/Output

The longitude coordinate of the geocode.

Match Code

Key/Display/Output

The minimum criteria upon which a result will be returned by the search.

 

 

This field is not currently in use.

Match Filter Enabled

Filter

By default, only results that meet the specified acceptance criteria will be returned. When this filter is disabled, potential results within the geographic location that do not meet the specified acceptance criteria will also be returned.

 

 

This field is not currently in use.

Record Type

Key/Display/Output

The record type being returned by the service.

 

 

This field is not currently in use.

Search Address

Filter

The address information that is sent to the service.  A full or partial address can be used. 

Secondary Subdivision

Key/Display/Output

The subdivision name in the country or region for an address. This element is used when there is another level of subdivision information for a location, such as a county.

Subdivision

Key/Display/Output

The subdivision name in the country or region for an address. This element is typically the first-order administrative subdivision, but may also be the second, third, or fourth-order subdivision in a country, dependency, or region.

Zip Code

Key/Display/Output

Specifies the post code, postal code or zip code.

Address Lookup (Google)

The Address Lookup web service is used to verify that an address is valid, and provide additional information about that address. This feature can use either the Bing or Google address lookup service, each of which will return different results. See the Address Lookup (Bing) section for the Bing version. The service used is determined by an internal configuration. Please contact your Insurity representative to request a change from one service to another.

    Notes:

  • When used with a combo box, the user can enter the search-text directly into the combo box while working on a submission.  A full or partial search can be used.  Any filters in the Filters panel will be ignored.  These combo boxes can use both Automatic and Manual search mode.  If Automatic is used, the Minimum Filter Length must be 4 or greater.
  • If no results are found, the provided address can be saved. Note that if no selection is made, any output fields will not be populated.
  • When used in a calculated field with a function such as LookupDataSource, the filters will be used as configured in the Filters panel.

The Web Service option list code for this service is AddressMatcherLookupWS.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Availability Description

Address Line

Key/Display/Output

The official street line of an address relative to the area, as specified by the locality, post code, postal code or zip code. This element typically contains the address number and the street name.

Country Code

Key/Display/Output

The two-digit country code.

Country Name

Key/Display/Output

The country or region name.

Formatted Address

Key/Display/Output

The complete address. It may not include the country or region.

Key

Key/Display/Output

A unique identifier key generated for each result.

Latitude

Key/Display/Output

The latitude coordinate of the geocode.

Locality (City)

Key/Display/Output

The location within which the address is found.  This typically refers to a city, but may refer to a suburb or a neighborhood in certain countries.

Longitude

Key/Display/Output

The longitude coordinate of the geocode.

Postal Code Plus 4

Key/Display/Output

The postal code plus an additional four digits used to identify a geographic segment, such as a city block.

Search Address

Filter

The address information that is sent to the service.  A full or partial address can be used.

Secondary Subdivision

Key/Display/Output

The short name of the secondary administrative district.

Secondary Subdivision Long

Key/Display/Output

The complete name of the secondary or regional administrative district.

Subdivision

Key/Display/Output

The short name of the administrative district.

Subdivision Long

Key/Display/Output

The complete name of the administrative district.

Zip Code

Key/Display/Output

Specifies the zip code.

Assured Lookup

The Assured Lookup web service is used to search for individual clients and client companies.

    Notes:

  • In order for this web service to function, some additional fields must be included, as well as some specific Filter and Output to Field configurations.
    • Filter Configuration: Select Assured Type in the Column field, select Field in the Filter By field, and select MasterCoverAssuredType for the Field or Constant Value field.
    • Filter Configuration: Select Country in the Column field, select Field in the Filter By field, and select MasterCoverCountryOptionListCode in the Field or Constant Value field.
    • These filters will ensure that the web service only returns information that corresponds to the supported client types and countries of the master cover, which are specified in the Supported Client Type and Supported Client Countries fields in the Client Configuration Settings panel of the Master Cover - General Information page.

    • The AssuredUserId and InsuredCompanyId fields must be added to the screen containing the Assured Lookup.

    • Output to Field Configuration: Select Assured User Id in the Column field and select AssuredUserId in the Output Field field.

    • Output to Field Configuration: Select Insured Company Id in the Column field and select InsuredCompanyId in the Output Field field.

  • If the search is activated without any search-text, the service will return all clients available to the user.
  • The Assured Name filter can be used to narrow down the list of clients returned by the service.  The configuration of this filter varies based on whether you are searching for an individual client, a client company, or both.
    • Searching for an individual client involves using the client’s first name and last name as search-text.  To do so, the first name and last name should be combined using a single calculated field.  The calculated field should then be used to provide the client’s name for the Assured Name filter.
    • To search for a company, specify the workflow field that contains the company’s name for the Assured Name filter.
    • To search for both individual clients and client companies, create a calculated field that will contain all necessary search-text.  This can include the first name and last name of a client individual, as well as a company name.  The calculated field should then be used for the Assured Name filter.

The Web Service option list code for this service is WebServices_AssuredLookupService.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name

Availability

Description

Address

Key/Display/Output

The address of the client.

Assured Name

Key/Filter/Display/Output

The first and last name of the individual client, or the name of the client company.

Assured Type

Key/Filter/Display/Output

The client type.  Either individual or company.

Assured User Id

Key/Display/Output

An internal code identifying the individual client.

City

Key/Display/Output

The city of the client.

Code

Key/Display/Output

The code of the client company.

Company Contact Email

Key/Display/Output

The e-mail of the company contact.

Company Contact Employee Number Key/Display/Output The employee number of the company contact.

Company Contact First Name

Key/Display/Output

The first name of the company contact.

Company Contact Last Name Key/Display/Output The last name of the company contact.
Company Contact Phone Key/Display/Output The phone number of the company contact.

Company Name

Key/Display/Output

The name of the client company.

Country

Key/Filter/Display/Output

The country of the client.

Email

Key/Display/Output

The email of the individual client.

Fax

Key/Display/Output

The fax of the client company.

First Name

Key/Display/Output

The first name of the individual client.

Insured Company Id

Key/Display/Output

An internal code identifying the client company.

Last Name

Key/Display/Output

The last name of the individual client.

Phone

Key/Display/Output

The phone number of the client.

State/Province

Key/Display/Output

The state or province of the client.

Website

Key/Display/Output

The website of the client company.

Zip/Postal Code

Key/Display/Output

The zip or postal code of the client.

Auto Class Code Lookup

The Auto Class Code Lookup web service is used to return vehicle class codes that match user-specified criteria.

Note: This service requires the following filters to be included in the request.

Internal Company Id, LOB Code, Secondary Class Code, State Code, Vehicle Radius Code, Vehicle Size Code, Vehicle Type Code, and Vehicle Use Code.

The Web Service option list code for this service is Insurity_Lookups_AutoClassCodeLookupService.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name

Availability

Description

Class Code

Key/Display/Output

The vehicle’s class code.

Driver Class Code

Filter

The driver class code.

Dumping Operations Indicator

Filter

Specifies if the vehicle participates in dumping operations.

Effective Date

Filter

The effective date of the associated policy.

Employer Van Pool Indicator

Filter

Specifies if the vehicle is used in a van pool.

Extra Info Indicator

Filter

Specifies if the vehicle has extra relevant information not included in the request.

Fleet Code

Filter

Specifies if the vehicle is fleet or non-fleet.

Internal Company Id

Filter

An internal identification code.  Contact your Insurity representative for this information.

Key

Key/Display/Output

A unique identifier key generated for each result.

LOB Code

Filter

The Line of Business code.

Miscellaneous 1 Info

Filter

Miscellaneous information 1.

Miscellaneous 3 Info

Filter

Miscellaneous information 3.

PD Class Code

Key/Display/Output

The policy decisions class code.

PPT Driver Experience Code

Filter

The private passenger type driver experience code.

PPT Usage Code

Filter

The private passenger type usage code.

Product Line

Filter

The vehicle product line.

Program Code

Filter

The vehicle program code.

Rating Section

Filter

The rating section to be used.

Seating Capacity Range Code

Filter

Specifies the vehicle’s seating capacity.

Secondary Class Code

Filter

The vehicle’s secondary class code.

State Code

Filter

The State Code.

Vehicle Radius Code

Filter

The vehicle radius code.  Specifies the daily distance travelled from the vehicle’s regular parking location.

Vehicle Size Code

Filter

The vehicle size code.

Vehicle Type Code

Filter

The vehicle type code.

Vehicle Use Code

Filter

The vehicle use code.

City File - Auto Information Lookup

The Auto Information Lookup web service is used to search for vehicle information that may affect the risks involved with a policy.

Note: This service requires the following filters to be included in the request.

Effective Date, LOB Code, Policy Type, State Code, and Zip Code.

The Web Service option list code for this service is Insurity_Lookups_AutoInfoLookupService.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name

Availability

Description

Community Description

Key/Display/Output

A code made up of the six digit City ID number and the six digit Fire District ID (ISOLocID).

Community Name

Key/Filter/Display/Output

The name of the city or community.

County

Key/Display/Output

The name of the county.

County Code

Key/Display/Output

The Federal Information Processing Standard (FIPS) county code.

Effective Date

Filter

The effective date of the associated policy.

Fire District Name

Key/Display/Output

The name of the fire district.

Include Fire Districts

Filter

When this filter is omitted or false, the results will not be divided according to fire district, and the Fire District Name will show "Multiple".

   

When this filter is included and set to true, results that include multiple fire districts will be divided into separate entries.

Internal Company Id

Filter

An internal identification code.  Contact your Insurity representative for this information.

Key

Key/Display/Output

A unique identifier key generated for each result.

LOB Code

Filter

The three-character Line of Business code.

MA Territory Indicator

Key/Display/Output

The MA territory indicator.

Policy Type

Filter

The policy type, such as Default, MonoLine, or Package.

Private Passenger Code

Key/Display/Output

The private passenger code.

Public Vehicle Code

Key/Display/Output

The public vehicle code.

Search Key

Key/Display/Output

A unique identifier made up of multiple details of the record.

State Code

Filter

The two-character State Code.

Tax District Code

Key/Display/Output

The tax district code.

Territory Code

Key/Display/Output

The territory code.

Town Code

Key/Display/Output

The town code.

Truck Tractor Trailer Code

Key/Display/Output

The truck tractor trailer code.

Zip Code

Key/Filter/Display/Output

The USPS Zip Code.

City File - Property Information Lookup

The Property Information Lookup web service is used to search for information on a specific property.

Note: This service requires the following filters to be included in the request.

Effective Date, LOB Code, Policy Type, State Code, Year Built, and Zip Code.

The Web Service option list code for this service is Insurity_Lookups_PropertyInfoLookupService.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name

Availability

Description

AOP Territory Code

Key/Display/Output

The All Other Perils (AOP) code for the territory.

Building Code Effectiveness Grading Class

Key/Display/Output

The rating class for how well the territory creates and enforces building codes.

Building Code Effectiveness Grading Year Graded

Key/Display/Output

The most recent year in which the building code effectiveness rating was reviewed.

Community Description

Key/Display/Output

A code made up of the six digit City ID number and the six digit Fire District ID (ISOLocID).

Community Name

Key/Filter/Display/Output

The name of the city or community.

County

Key/Display/Output

The name of the county.

County Code

Key/Display/Output

The Federal Information Processing Standard (FIPS) county code.

Crime Tier

Key/Display/Output

The crime tier of the city or community.

Earthquake Territory Code

Key/Display/Output

The earthquake territory code.

Earthquake Tier Code

Key/Display/Output

The earthquake tier code.

Earthquake Zone Code

Key/Display/Output

The earthquake zone code.

Effective Date

Filter

The effective date of the associated policy.

Fire District Name

Key/Display/Output

The name of the fire district.

Fire Rate Id

Key/Display/Output

The fire rate ID.

Fire Territory Code

Key/Display/Output

The fire territory code.

Fire Zone

Key/Display/Output

The fire zone.

Glass Territory

Key/Display/Output

The glass territory.

Include Fire Districts

Filter

When this filter is omitted or false, the results will not be divided according to fire district, and the Fire District Name will show "Multiple".

   

When this filter is included and set to true, results that include multiple fire districts will be divided into separate entries.

Internal Company Id

Filter

An internal identification code.  Contact your Insurity representative for this information.

Key

Key/Display/Output

A unique identifier key generated for each result.

LOB Code

Filter

The three-character Line of Business code.

Misc Fire Code

Key/Display/Output

The miscellaneous fire code.

Personal Building Code Effectiveness Grading

Key/Display/Output

The rating class for how well an individual property meets building codes.

Pl 2 Territory Code

Key/Display/Output

The PI 2 territory code.

Policy Type

Filter

The policy type, such as Default, MonoLine, or Package.

Property Liability Territory Code

Key/Display/Output

The property liability territory code.

Protection Class 1

Key/Display/Output

The protection class 1 value.

Protection Class 2

Key/Display/Output

The protection class 2 value.

Search Key

Key/Display/Output

A unique identifier made up of multiple details of the record.

State Code

Filter

The two-character State Code.

Tax District Code

Key/Display/Output

The tax district code.

Territory Code

Key/Display/Output

The territory code.

Texas Wind Catastrophe Area Code

Key/Display/Output

The Texas wind catastrophe area code.

Town Code

Key/Display/Output

The town code.

Workers NCCI District Code

Key/Display/Output

The workers NCCI district code.

Year Built

Filter

The year the property was built.

Zip Code

Key/Filter/Display/Output

The USPS Zip Code.

City File - Location Information Lookup

The Location Information Lookup web service is used to search for information on a city or community.

Note:  This service requires the following filters to be included in the request.

Effective Date, LOB Code, Policy Type, State Code, and Zip Code.

The Web Service option list code for this service is Insurity_Lookups_LocationInfoLookupService.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name

Availability

Description

Community Description

Key/Display/Output

A code made up of the six digit City ID number and the six digit Fire District ID (ISOLocID).

Community Name

Key/Filter/Display/Output

The name of the city or community.

County

Key/Display/Output

The name of the county.

County Code

Key/Display/Output

The Federal Information Processing Standard (FIPS) county code.

Crime Tier

Key/Display/Output

The crime tier of the city or community.

Effective Date

Filter

The effective date of the associated policy.

Fire District Name

Key/Display/Output

The name of the fire district.

Include Fire Districts

Filter

When this filter is omitted or false, the results will not be divided according to fire district, and the Fire District Name will show "Multiple".

   

When this filter is included and set to true, results that include multiple fire districts will be divided into separate entries.

Internal Company Id

Filter

An internal identification code.  Contact your Insurity representative for this information.

Key

Key/Display/Output

A unique identifier key generated for each result.

LOB Code

Filter

The three-character Line of Business code.

Pl 2 Territory Code

Key/Display/Output

The PI 2 territory code.

Policy Type

Filter

The policy type, such as Default, MonoLine, or Package.

Protection Class 1

Key/Display/Output

The protection class 1 value.

Protection Class 2

Key/Display/Output

The protection class 2 value.

Search Key

Key/Display/Output

A unique identifier made up of multiple details of the record.

State Code

Filter

The two-character State Code.

Tax District Code

Key/Display/Output

The tax district code.

Territory Code

Key/Display/Output

The territory code.

Town Code

Key/Display/Output

The town code.

Zip Code

Key/Filter/Display/Output

The USPS Zip Code.

Commercial Lines Manual - Foot Note Lookup

The Foot Note Lookup web service for the Commercial Lines Manual is used in conjunction with the Commercial Manual Lines - Search web service to retrieve foot note details associated to a specific class code.

Note: This service requires the Search Key filter to be included in the request.

The Web Service option list code for this service is Insurity_Lookups_ClmFootNoteLookupService.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name

Availability

Description

Foot Note

Key/Display/Output

Additional information associated to a class code.

Key

Key/Display/Output

A unique identifier key generated for each result.

Search Key

Filter

The unique search key produced by the Commercial Lines Manual - Search web service.  This is used to find a specific footnote associated to a class code.

Commercial Lines Manual - Search

The Search web service for the Commercial Lines Manual is used to search for information on a specific class code.

Note: This service requires the following filters to be included in the request.

Effective Date, LOB Code, Policy Type, State Code, Year Built, and Zip Code.

The Web Service option list code for this service is Insurity_Lookups_ClmSearchLookupService.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name

Availability

Description

Class Code

Key/Display/Output

The class code.

Class Code or Description

Filter

The class code or description.

Class Limit

Key/Display/Output

The class limit.

CLM Section

Filter

The abbreviated code for the manual section.

CPP PMA Code

Key/Display/Output

The CPP PMA code.

CPP PMA Wording

Key/Display/Output

The CPP PMA wording.

CRT Group

Key/Display/Output

The CRT group.

Effective Date

Filter

The effective date of the associated policy.

Full Description

Key/Display/Output

The full description of the class code.

Internal Company Id

Filter

An internal identification code.  Contact your Insurity representative for this information.

Key

Key/Display/Output

A unique identifier key generated for each result.

Legal Description

Key/Display/Output

The legal description of the class code.

MBp Rate

Key/Display/Output

The MBp rate.

Program Code

Filter

The program code.

Rate Group

Key/Display/Output

The rate group.

Search Key

Key/Display/Output

Produces a unique search key value that can be used with the Commercial Lines Manual - Foot Note Lookup web service to retrieve any footnote details related to the class code.

State Code

Filter

The two-character State Code.

Country Wide Indicator Lookup

The Country Wide Indicator Lookup web service is used to determine data capture requirements, validation information, and rating rules for a given class code.

Notes:  

An Insurity security token is required to use this service.  Contact your Insurity representative for information on obtaining one.

This service requires the following filters to be included in the request:

Customer Id, State Code, Rate Effective Date, Transaction Effective Date, Transaction Type Code, Class Code.

The Web Service option list code for this service is Insurity_Lookups_CountryWideIndicatorLookupService.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name

Availability

Description

Audit Indicator

Key/Display/Output

The audit indicator.

Class Code

Filter

The class code.

Combined Minimum Premium Indicator

Key/Display/Output

The combined minimum premium indicator.

Company Unique Class Indicator

Key/Display/Output

The company unique class indicator.

Customer Id

Filter

The customer ID.

Form Conditions Indicator 1

Key/Display/Output

The form conditions indicator 1.

Form Conditions Indicator 2

Key/Display/Output

The form conditions indicator 2.

Form Conditions Indicator 3

Key/Display/Output

The form conditions indicator 3.

Form Conditions Indicator 4

Key/Display/Output

The form conditions indicator 4.

Form Conditions Indicator 5

Key/Display/Output

The form conditions indicator 5.

Form Conditions Indicator 6

Key/Display/Output

The form conditions indicator 6.

Form Conditions Indicator 7

Key/Display/Output

The form conditions indicator 7.

Form Conditions Indicator 8

Key/Display/Output

The form conditions indicator 8.

Internal Company Code

Filter

An internal identification code.  Contact your Insurity representative for this information.

LOB Indicator

Key/Display/Output

The line of business indicator.

New Increase Limit Table Assignments For Prem Ops

Key/Display/Output

The new increase limit table assignments for prem ops indicator.

New Increase Limit Table Assignments For Products

Key/Display/Output

The new increase limit table assignments for products indicator.

New Reason Code

Key/Display/Output

The new reason code.

Old Prem/Ops Transition Exposure Basis

Key/Display/Output

The old prem/ops transition exposure basis.

Old Prods/Comp Ops Transition Exposure Basis

Key/Display/Output

The old prods/comp ops transition exposure basis.

Package Mod Assignment

Key/Display/Output

The package mod assignment.

Premises ILF Table Indicator 1

Key/Display/Output

The premises ILF table indicator 1.

Premises Rate Indicator

Key/Display/Output

The premises rate indicator.

Premises Terrorism Indicator

Key/Display/Output

The premises terrorism indicator.

Premium Basis

Key/Display/Output

The premium basis.

Premium Basis Description

Key/Display/Output

The premium basis description.

Products ILF Table Indicator 1

Key/Display/Output

The products ILF table indicator 1.

Products Rate Indicator

Key/Display/Output

The products rate indicator.

Products/Completed Operations Included

Key/Display/Output

The products/completed operations included indicator.

Products/Completed Ops Terrorism Indicator

Key/Display/Output

The products/completed ops terrorism indicator.

Rate Effective Date

Filter

The rate effective date.

Rating Basis

Key/Display/Output

The rating basis.

Revised Premises Rate Indicator

Key/Display/Output

The revised premises rate indicator.

Revised Products Rate Indicator

Key/Display/Output

The revised products rate indicator

Revised Products/Completed Operations Included

Key/Display/Output

The revised products/completed operations included indicator.

State Code

Filter

The state code.

Store Keepers Minimum Premium Indicator

Key/Display/Output

The store keepers minimum premium indicator.

Transaction Effective Date

Filter

The transaction effective date.

Transaction Indicator

Key/Display/Output

The transaction indicator.

Transaction Type Code

Filter

The transaction type code.

Transition Indicator

Key/Display/Output

The transition indicator.

Loss Cost Lookup

The Loss Cost Lookup service is used to retrieve ISO Loss Cost data for controls within the workflow.  The service is designed for use with two lines of business: General Liability and Automobile.  If loss cost data is needed for both lines of business, then two Data Source Configurations should be configured: one for General Liability and another one for Automobile.

Notes:  

For the General Liability line of business, the following filters are required.

LOB Code, Customer ID, State Code, Effective Date, Rate Effective Date, Transaction Type Code, Territory, Class Code, Number of Trains, and Rail Operations.

For the Automobile line of business, the following filters are required.

LOB Code, Customer ID, State Code, Effective Date, Rate Effective Date, Transaction Type Code, Vehicle TypeCode, Territory, Near Zone Code, and Far Zone Code.

To use the service for General Liability, specify GL in the LOB Code of the request.  To use the service for Automobile, specify AU in the LOB Code of the request.

The Web Service option list code for this service is Insurity_Lookups_LossCostLookupService.

The following columns are available.  The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

During configuration, all columns for both General Liability and Automobile will be available for selection.  It is important to only use the columns intended for use with the line of business specified in the LOB Code of the request.

The Description column of the table below also specifies the line of business intended for use with each available web service column.  (GL) indicates that the column is intended for use with General Liability. (AU) indicates that the column is intended for use with Automobile.  (GL & AU) indicates that the column is intended for use with both General Liability and Automobile.

The Primary Display Column should use a web service column intended for use with the line of business specified in the LOB Code of the request.  If the line of business does not match, an error will occur.

Column Name

Availability

Description

Class Code

Key/Filter/Display/Output

The request class code (GL).

Customer ID

Filter

The customer ID (GL & AU).

Effective Date

Filter

The policy effective date (GL & AU).

Far Zone Code

Key/Filter/Display/Output

The far zone code (AU).

Internal Company ID

Filter

An internal identification code.  Contact your Insurity representative for this information (GL & AU).

Liability Loss Cost A

Key/Display/Output

The liability loss cost A (AU).

Liability Loss Cost B

Key/Display/Output

The liability loss cost B (AU).

Liability Loss Cost C

Key/Display/Output

The liability loss cost C (AU).

LOB Code

Filter

The Line of Business code.  Use AU for Automobile.  Use GL for General Liability.

Near Zone Code

Key/Filter/Display/Output

The near zone code (AU).

Number Of Trains

Key/Filter/Display/Output

The number of trains (GL).

Physical Damage Collision - Loss Cost

Key/Display/Output

The physical damage collision - loss cost (AU).

Physical Damage Comprehensive - Loss Cost

Key/Display/Output

The physical damage comprehensive - loss cost (AU).

Physical Damage Specified Cause Of Loss - Loss Cost

Key/Display/Output

The physical damage specified cause of loss - loss cost (AU).

Premises Loss Cost

Key/Display/Output

The premises loss cost (GL).

Products Loss Cost

Key/Display/Output

The products loss cost (GL).

Rail Operations

Key/Filter/Display/Output

The rail operations (GL).

Rate Effective Date

Filter

The rate effective date (GL & AU).

State Code

Filter

The two-character state code (GL & AU).

Territory

Key/Filter/Display/Output

The territory code (GL & AU).

Transaction Type Code

Filter

The transaction type code (GL & AU).

Vehicle Type Code

Key/Filter/Display/Output

The vehicle type code (AU).

Zone Collision Loss Cost

Key/Display/Output

The zone collision loss cost (AU).

Zone Comprehensive Loss Cost

Key/Display/Output

The zone comprehensive loss cost (AU).

Zone Liability Loss Cost

Key/Display/Output

The zone liability loss cost (AU).

Additional Party Lookup

The Additional Party Lookup web service is used to expose the list of configured Additional Companies through a combo box field in the submission workflow.

Column Name Availability Description
Address Output/Display The party address.
City Output/Display The party city.
Code Key/Output/Display The party system code.
Contact Email Output/Display The party contact email address.
Contact Employee Number Output/Display The party contact employee number.
Contact First Name Output/Display The first name of the party contact.
Contact Last Name Output/Display The last name of the party contact.
Contact Phone Output/Display The phone number of the party contact.
Country Output/Display The party country.
Country Code Output/Display The country code.
Fax Output/Display The party Fax number.
Name Output/Display The party name.
Phone Output/Display The party phone number.
State/Province Output/Display The party state or province.
State/Province Code Output/Display The state or province code.
Website Output/Display The party website address.
Zip Output/Display The party Zip code.

Claims Lookup

The Claims Lookup web service is used to import claim history from the claims module into an output grid configured within the policy submission workflow.

Notes:  

  • To effectively use this web service, the Output Results to a Grid checkbox must be checked in the Attributes panel of the Data Source Configuration Management page. Note that a data source configured with the Output Results to a Grid functionality is not available for selection as a Data Source for a Combo Box field configuration.
  • When Output Results to a Grid is checked, the options to assign the Primary Display Column, Key Column Rule, and Display Columns are not available.
  • To display the data source search results within the workflow, a field must be configured with the LookupDataSourceToGrid() function. This function takes the code of the data source configuration and performs a lookup using the filters selected in the Filters panel of the Data Source Configuration Management page. It returns the count for the number of results that meet the criteria and populates the grid fields specified in the Output To Fields panel. The number of results returned is limited to 1000.
  • The grid results can be filtered according to Client Code, Policy Number, Policy Term Resource ID, and Policy Transaction Resource ID.
  • In addition to the core fields listed below, top-level fields can be made available to the web service through Field Indexing. For additional information, see the Field Indexing section.
  • For detailed instructions on this configuration, see the Accessing Claim History in the Policy Module.
Column Name Availability Description
Adjuster Name Output The claim Adjuster name.
Assured Name Output The claim Assured name.
Audit Number Output The claim audit number.
Bordereau Number Output The claim Bordereau number.
Cause of Loss Output The reported cause of loss.
Certificate Number Output The claim certificate number.
Created On Output The date the claim was created.
Date Of Loss Output The reported date of loss.
Date Reported Output The date the claim was first reported.
Description Of Loss Output The description provided for the loss.
Distributor Name Output The name of the distributor.
Insurer Name Output The name of the insurer.
Last Status Change Date Output The date on which the claim last changed Status.
Loss Amount Output The reported loss amount of the claim.
Loss Amount Currency Output The loss amount currency.
Modified On Output The date on which the claim was last modified.
Parent Claim Number Output The claim number of the parent claim.
Policy Transaction Type Output The policy Transaction Type.
Reported Policy Number Output The policy number reported by the claimant.
Status Output The current Status of the claim.
Sub-Status Output The current Sub-Status of the claim.
System Number Output The system-generated claim number.
Transaction Effective Date Output The transaction Effective Date.
Transaction Valid Until Date Output The transaction Valid Until Date.

Company Lookup

The Company Lookup web service is used to search for companies within a policy or claims workflow, and returns a list of all active companies configured within the Licensee site that meet the filter criteria and to which the user has administrative access.

Note: In order to successfully use this web service, a Filter must be configured with the following settings.

Field Value Notes
Column Company Type Company Type is the only column available to be selected in the dropdown field.
Filter By   Select if the filter value should be taken from a Field within the workflow, or if it should be a Constant Value.
  Field This field is enabled when Field is selected as the Filter By option. Select a field from the workflow that will provide the filter value.
  - or -  
  Constant Value This field is enabled when Constant Value is selected as the Filter By option. Enter the value to be used in filtering the column.
   

Note: Regardless of whether Field or Constant Value is selected as the Filter By option, the resulting value must be one of the following, depending on the purpose of the company lookup.

  • Additional
  • Assured
  • Distributor
  • Insurer
  • Licensee

The lookup will return a list of all active companies that match the criteria specified in this field.

Example:  

In this example, the Data Source configuration will return the list off all Insurer companies configured within the Licensee site.

For information on adding a Filter to a Data Source configuration, see the Configuration for Data Tables and Web Services section described above.

The following columns are available. The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name

Availability

Description

Address

Key/Display/Output

The company Address.

City

Key/Display/Output

The company City.

Code

Key/Display/Output

The company Code.

Company Type

Key/Display/Output/Filter The Company Type.

Contact E-mail

Key/Display/Output

The Contact E-mail of the company primary contact.

Contact Employee Number

Key/Display/Output

The Contact Employee Number of the company primary contact.

 

Contact First Name

Key/Display/Output

The Contact First Name of the company primary contact.

Contact Last Name

Key/Display/Output

The Contact Last Name of the company primary contact.

Contact Phone

Key/Display/Output

The Contact Phone number of the company primary contact.

Country

Key/Display/Output

The company Country.

Fax

Key/Display/Output

The company Fax number.

Name

Key/Display/Output

The company Name.

Phone

Key/Display/Output

The company Phone number.

Reference Code

Key/Display/Output

The company Reference Code.

State

Key/Display/Output

The company State.

Website

Key/Display/Output

The company Website.

Zip

Key/Display/Output

The company Zip.

Distributor Lookup

The Distributor Lookup web service is used to search for distributors.

The Web Service option list code for this service is DistributorLookupService.

The following columns are available. The Availability column defines whether each column is available as a Key column, Filter, Display column (including Primary Display Column), or Output column.

Column Name

Availability

Description

Address

Key/Display/Output

The address of the distributor.

City

Key/Display/Output

The City of the distributor.

Code

Key/Display/Output

The Code of the distributor.

Country

Key/Display/Output

The Country of the distributor.

Distributor Code

Key/Display/Output

The Distributor Code of the distributor.

Distributor Contact E-mail

Key/Display/Output

The E-mail of the distributor Primary Contact.

Distributor Contact Employee Number

Key/Display/Output

The Employee Number of the distributor Primary Contact.

Distributor Contact First Name

Key/Display/Output

The First Name of the distributor Primary Contact.

Distributor Contact Last Name

Key/Display/Output

The Last Name of the distributor Primary Contact.

Distributor Contact Phone

Key/Display/Output

The Phone number of the distributor Primary Contact.

Distributor Reference Code

Key/Display/Output

The Distributor Reference Code of the distributor.

Fax

Key/Display/Output

The Fax number of the distributor.

Name

Key/Display/Output

The Name of the distributor.

Phone

Key/Display/Output

The Phone number of the distributor.

State/Province

Key/Display/Output

The State/Province of the distributor.

Website

Key/Display/Output

The Website of the distributor.

Zip/Postal Code

Key/Display/Output

The Zip/Postal Code of the distributor.